Skip to content

Conversation

ks6088ts
Copy link
Member

@ks6088ts ks6088ts commented Aug 1, 2025

What this PR does / why we need it

208dc8f (HEAD -> rename, origin/rename) template_python -> template_langgraph
782b8ee template-python -> template-langgraph
f9b0d51 ks6088ts/template-python -> ks6088ts-labs/template-langgraph

Which issue(s) this PR fixes:

Fixes #

Does this introduce a breaking change?

[ ] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
ORGANIZATION=<organization-name>
REPOSITORY=<repository-name>

git clone [email protected]:$ORGANIZATION/$REPOSITORY.git
cd $REPOSITORY
  • Test the code
make ci-test

What to Check

Verify that the following are valid

  • ...

Additional Information

@ks6088ts ks6088ts requested a review from Copilot August 1, 2025 04:09
@ks6088ts ks6088ts self-assigned this Aug 1, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR renames the project from "template-python" to "template-langgraph", updating all references throughout the codebase including module imports, configuration files, documentation, and CI/CD workflows.

  • Updates Python module imports from template_python to template_langgraph
  • Changes project name in configuration files (pyproject.toml, .env.template)
  • Updates repository URLs from ks6088ts/template-python to ks6088ts-labs/template-langgraph

Reviewed Changes

Copilot reviewed 14 out of 19 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/test_settings.py Updates import statement and expected project name assertion
tests/test_loggers.py Updates import statement for logger module
tests/test_core.py Updates import statement for core module
scripts/template.py Updates import statements and CLI help text
pyproject.toml Changes project name in package configuration
mkdocs.yml Updates site name and repository URLs
docs/index.md Updates documentation title
README.md Updates badge URLs and project title
Makefile Updates Docker image name
Dockerfile Updates CMD to use new module name
.github/workflows/ghcr-release.yaml Updates Docker image name environment variable
.github/workflows/docker-release.yaml Updates Docker Hub image tags
.env.template Updates default project name
.devcontainer/devcontainer.json Updates dev container name

@ks6088ts ks6088ts merged commit 4abaa23 into main Aug 1, 2025
2 checks passed
@ks6088ts ks6088ts deleted the rename branch August 1, 2025 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant